@charset "utf-8";
/* CSS Document */

/*  */

figure img {
	height:150px;
	border:1px solid #666;
	background-color:#fff;
	padding:4px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5)
}

figcaption {
	font:bold 1em/normal arial, helvetica, sans-serif;
	text-align:center;
	margin:10px 0 0 0;
}

figure {
	display:inline-block;
	vertical-align:bottom;
	width:210px;
	margin:0 10px 10px 10px;
}

/*  */